home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / yqotd13.arc / QUOTES.DOC < prev    next >
Text File  |  1991-07-20  |  8KB  |  202 lines

  1.  
  2.  
  3.  
  4.                          Your Quote of the Day!
  5.  
  6.                     (c) Copyright 1991, EPIC Software
  7.                            All Rights Reserved
  8.  
  9.  
  10.  
  11.  What "Your Quote of the Day!" does:
  12.     It is meant to be a login door for PCBoard that displays a new quote
  13.     of the day each time it is accessed.  Callers using color graphics
  14.     mode will get their quote of the day in color, and non-color callers
  15.     see normal text.  It is easy to setup, requires no maintenance and
  16.     provides an added touch to your bulletin board system.
  17.  
  18.  
  19.  About "Your Quote of the Day!":
  20.     Your Quote of the Day! (or YQOTD for short) came in to existance
  21.     simply becuase I was looking for a front end quote of the day
  22.     generator for my PCBoard BBS, and after just spending hundreds of
  23.     dollars on PCBoard, hard drives, etc, I wasn't too interested in
  24.     hunting around for an existing quote of the day program where
  25.     someone wanted more money for it.
  26.  
  27.     Now, I have no objection to us Shareware authors getting paid for
  28.     our work, but there are just somethings that aren't worth all that
  29.     much, or are just too simple to warrant a registration fee.
  30.  
  31.     YQOTD! isn't free however, I will cost you a dollar or two to
  32.     register the program, although "registration" is not really
  33.     required.  To register this program, all you need to do is drop me a
  34.     line saying that you use YQOTD!.  Call my BBS, send me a post card,
  35.     call me voice, however you wish to get me the message that you use
  36.     YQOTD!  Simple, and almost trivial, but I do want to know if people
  37.     find the program of use and get any comments/suggestions for
  38.     improvement.  If you have quotes to add to the data file, give me a
  39.     call on my BBS and upload them.  I will be keeping an updated quote
  40.     data file on my BBS for people to download so as I get new quotes,
  41.     you can pick up a few new ones for your system as well.
  42.  
  43.  
  44.  Setting Up YQOTD!:
  45.     Set up is quite simple, and I will try to cover it in enough detail
  46.     although I haven't written too many doors so I'm not to great at the
  47.     documentation part of it.
  48.  
  49.     Make a directory containing the QUOTES.EXE, QUOTES.DAT, and QUOTES
  50.     file.
  51.  
  52.     Next, modify the QUOTES file to suit your system, and where you put
  53.     the above files.
  54.  
  55.     Here is the sample QUOTES file included in the YQOTD archive:
  56.  
  57.         @ECHO OFF
  58.         C:
  59.         CD\DOORS\QUOTE
  60.         QUOTES C:\PCB\PCBOARD.SYS
  61.         CD\PCB
  62.         BOARD
  63.  
  64.     Your system may not be able to handle the @ECHO OFF, so replace it
  65.     with just ECHO OFF.  @ECHO OFF works with MS DOS 3.3 and above.
  66.  
  67.     Next, you will need to modify the DOORS.LST file from your PCBSetup
  68.     program.  Add a door as normal to your system.  If you follow the
  69.     above example, your addition to DOORS.LST file would be similar to
  70.     this:
  71.  
  72.     Filename  Password  Sec  Login  USERS.SYS DOOR.SYS Path to Batch
  73.     --------  --------  ---  -----  --------- -------- -------------
  74.   1) QUOTES               0    Y        N        N     C:\DOORS\QUOTE\
  75.  
  76.  
  77.     Note the Login field is set to Y so YQOTD! is displayed during
  78.     login.  You may also wish to modify your DOORS and DOORSG and put
  79.     YQOTD on it so users can access it as a normal door, you may also
  80.     opt to not have YQOTD as an login door, so simply change the Login
  81.     field to N.
  82.  
  83.  
  84.  Other BBS types:
  85.     If you are trying to use YQOTD! with a BBS other than PCBoard,
  86.     you will need to tell YQOTD! what user file you are using.  You are
  87.     also on your own when setting up the door as I only have experience
  88.     with PCBoard version 14.5.
  89.  
  90.     Here are some samples (untested) as to starting YQOTD!:
  91.  
  92.     YQOTD C:\PCB\PCBOARD.SYS   ;PCBoard & compatible PCBOARD.SYS files
  93.  
  94.     YQOTD C:\PCB\DOOR.SYS      ;Systems that generate a DOOR.SYS
  95.  
  96.     YQOTD C:\PCB\DORINFOx.DEF  ;Systems that generate a DORINFOx.DEF
  97.  
  98.     YQOTD C:\BBS\GENERIC.SYS   ;See note on GENERIC.SYS below
  99.  
  100.     As you've noticed, YQOTD supports a "GENERIC.SYS" file in addition
  101.     to the more common ones listed above.  The GENERIC.SYS file should
  102.     allow you to run YQOTD on any BBS type, however, as a login door,
  103.     this might get somewhat irritating to your users.
  104.  
  105.     Here is what GENERIC.SYS must have in it:
  106.  
  107.     line 1 - BBS SysOp's name
  108.     line 2 - COM port in use
  109.     line 3 - Time allowed in door
  110.  
  111.     An example:
  112.  
  113.     Ernie Johnson
  114.     COM1:
  115.     2
  116.  
  117.     The time limit of 2 minutes is not very high as YQOTD simply
  118.     displays a quote, and asks the user to press a key, or times out
  119.     after about 5 seconds and returns to the system.
  120.  
  121.     When a user accesses the door with a GENERIC.SYS, YQOTD will ask
  122.     him/her for his first & last names.  After the user enters his/her
  123.     name the door will continue to run.  As a result, because of
  124.     YQOTD!'s simplicity, having a user enter his/her name all the time
  125.     would get somewhat annoying for the user, and since YQOTD! should
  126.     work as it is with most BBS types, you should not have a need to use
  127.     the GENERIC.SYS file.
  128.  
  129.     I have included a GENERIC.SYS file set up to use local mode for
  130.     testing YQOTD!.  Simply type QUOTES GENERIC.SYS to see YQOTD in action!
  131.  
  132.  
  133.  Adding to the data file:
  134.     You may add or delete quotes to/from the existing QUOTES.DAT file.
  135.     Simply use a text editor and follow the existing format.  The start
  136.     of a quote is indicated by a percent (%) sign and can be any number
  137.     of lines in length (use common sense here - a 50 line quote would
  138.     not be enjoyed by your users!)
  139.  
  140.  
  141.  Warranty & Guarantee's:
  142.     YQOTD! is in no way warranted to be free of defects, bugs, etc.  It
  143.     has, however, gone through extensive testing on my BBS, and I have
  144.     not seen any adverse effects.  I am not responsible for any adverse
  145.     effects it has on your system (just in case).  You should take any
  146.     steps to avoid virus infection and scan the file for viruses before
  147.     using it on your system.
  148.  
  149.     YQOTD is copyrighted software.  Please do not make any modifications
  150.     to it!  I am letting you use this software for almost nothing, and
  151.     would expect some common courtesy in return.  If you have suggestions
  152.     for modifications/improvements, please forward them to me through
  153.     one of the methods below:
  154.  
  155.     Quotes found in YQOTD have been collected from a wide variety of
  156.     sources, many from "taglines" people use when using echo mail.
  157.  
  158.  
  159.  How to register:
  160.     Send your name, address, BBS name and number on a postcard, letter,
  161.     etc to:
  162.  
  163.                 EPIC Software
  164.                 c/o Ernie Johnson
  165.                 P.O. Box 1207
  166.                 Wingham, Ontario
  167.                 N0G 2W0  -  Canada
  168.  
  169.     Call EPIC BBS at 519-357-1943.  At the time of this writing we only
  170.     support 2400 baud, but will be upgrading to a USR Dual Standard in
  171.     the near future.  To register on EPIC, simply leave a comment to the
  172.     SysOp with your name, address, BBS name and number.
  173.  
  174.     Call me voice.  My number is 519-357-1941 Eastern time.  Call after
  175.     7pm to get me home.  Please don't call at 3am - I do have a full
  176.     time day job! <grin>
  177.  
  178.     Lastly, leave me a message in the ILink or RIME Shareware echo mail
  179.     conferences. I read mail in both of these conferences every day.
  180.  
  181.  
  182.  Upgrades/Improvements:
  183.     Since I am not charging money for YQOTD!  I hope you don't expect me
  184.     to send product upgrades to you.  I will leave it up to you to get
  185.     upgrades as they are released, but with a program as simple as
  186.     YQOTD! I wouldn't expect too many upgrades in the near future.
  187.  
  188.     QUOTES.DAT upgrades/additions may be obtained from EPIC BBS as I
  189.     will be keeping an updated list on my BBS as I find new quotes.
  190.  
  191.  
  192.  Lastly:
  193.     Please register!  Its only the cost of a postcard/stamp, or phone
  194.     call, but it would tell me if I should continue to write these
  195.     little freeby doors for fellow PCBoard SysOps and spend time writing
  196.     documentation like this.  Your registration does mean a lot ot me,
  197.     and my continuation of quality software at affordable prices!
  198.  
  199.     Thanks!
  200.     Ernie Johnson
  201.  
  202.